xencommons xenstored startup: Use --pid-file $F not --pid-file=$F
authorIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 12:26:31 +0000 (12:26 +0000)
committerIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 14:00:16 +0000 (14:00 +0000)
commit61034353e3a814cf83b0c103fd161bc2098f668a
tree7cf2d703b092c5336358859dfa8d5b9cdcd4750c
parent435c1fc8172177fc0185b4e3cec01edb1b9b820d
xencommons xenstored startup: Use --pid-file $F not --pid-file=$F

The ocaml libraries in stretch understands only the variant
with separate arguments.  So a build of this package for stretch
produces an error message and C xenstored instead of oxenstored.

Fix this here even in the buster branch since it makes backporting
easier.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/xen-utils-common.xen.init